From: Chong Yidong Date: Sat, 25 Feb 2012 03:08:39 +0000 (+0800) Subject: * lisp/newcomment.el (comment-styles): Add autoload. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~628 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b5792b395cbe386611af0302e3546e897ceff39b;p=emacs.git * lisp/newcomment.el (comment-styles): Add autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33a4bc5aff7..70274ec9671 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-02-25 Chong Yidong + * newcomment.el (comment-styles): Add autoload (Bug#10868). + * term/x-win.el (x-initialize-window-system): Reduce default for x-selection-timeout to 5 seconds (Bug#8869). diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 41b5041ded5..ddb6c71d1a6 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -185,6 +185,7 @@ The `plain' comment style doubles this value. This should generally stay 0, except for a few modes like Lisp where it is 1 so that regions are commented with two or three semi-colons.") +;;;###autoload (defconst comment-styles '((plain nil nil nil nil "Start in column 0 (do not indent), as in Emacs-20")